projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4113212
)
menubutton: use consistent parameter names
author
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 21 Aug 2012 09:14:16 +0000
(11:14 +0200)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 21 Aug 2012 09:14:16 +0000
(11:14 +0200)
Or the introspection scanner will emit a warning.
gtk/gtkmenubutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkmenubutton.h
b/gtk/gtkmenubutton.h
index f03e8a9bbdf9facae9ee7aa8c0b3a593860e60f9..f8cb55f34943add2258e2d8cb73ef71576fe3175 100644
(file)
--- a/
gtk/gtkmenubutton.h
+++ b/
gtk/gtkmenubutton.h
@@
-66,7
+66,7
@@
GtkWidget *gtk_menu_button_new (void);
GDK_AVAILABLE_IN_3_6
void gtk_menu_button_set_popup (GtkMenuButton *menu_button,
- GtkWidget *
menu
);
+ GtkWidget *
popup
);
GDK_AVAILABLE_IN_3_6
GtkMenu *gtk_menu_button_get_popup (GtkMenuButton *menu_button);